Receiving
Time-Stamped MIDI Messages
Because of
the delay between when the device driver receives a MIDI message and the time
the application receives the message, MIDI input device drivers time stamp the
MIDI message with the time that the message was received. MIDI time stamps,
which are defined as the time the first byte of the message was received, are
specified in milliseconds. The midiInStart
As stated
previously, to receive time stamps with MIDI input, you must use a callback
function. The dwParam2 parameter of the callback function specifies the
time stamp for data associated with the MIM_DATA1NQKYYP and MIM_LONGDATA messages.